Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/lsd fix #83

Merged
merged 6 commits into from
Aug 6, 2024
Merged

Feature/lsd fix #83

merged 6 commits into from
Aug 6, 2024

Conversation

mdickson
Copy link
Collaborator

@mdickson mdickson commented Aug 6, 2024

Updates to fix deserialization of LinkSetData using JsonSerialization under dotnet8. Setters now need to be public for deserialization to work.

…th projects are in the Source directory and not yet included in the solution. Tests are added back in Tests. Still need to Add the LinkSet Data tests and activate them in the solution.
…th projects are in the Source directory and not yet included in the solution. Tests are added back in Tests. Still need to Add the LinkSet Data tests and activate them in the solution.
…ue so it doesnt need to be calculated. We make the size a required field so we can tell if its not present and fall back to handling the old format as well. Make the serialized fields writable publically so they can be deserialized successfully. This is a change in dotnet 8.
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dismissed Show dismissed Hide dismissed
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dismissed Show dismissed Hide dismissed
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dismissed Show dismissed Hide dismissed
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dismissed Show dismissed Hide dismissed
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs Dismissed Show dismissed Hide dismissed
Source/OpenSim.Data.Model/Search/Object.cs Fixed Show fixed Hide fixed
@mdickson mdickson self-assigned this Aug 6, 2024
…and rename some generated code for the Search tables ef core support away from Object which is of course a reserved word.
@mdickson
Copy link
Collaborator Author

mdickson commented Aug 6, 2024

This changeset really should have been split but I had committed and pushed the EF Core and placeholder AISv3 service earlier while I was hunting for the reason for the LSD failure. I won't do it this way in the future, instead breaking things up into separate changesets.

Addressed all CodeQL comments. Should be good to go. Tested on Beta.

@mdickson mdickson merged commit d64ff14 into develop Aug 6, 2024
4 checks passed
@mdickson mdickson deleted the feature/lsd-fix branch August 6, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant